Class: Aws::BCMDashboards::Types::CreateDashboardResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the newly created dashboard.

Returns:

  • (String)


135
136
137
138
139
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 135

class CreateDashboardResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end