Module: Aws::BCMDashboards::Client::_GetDashboardResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetDashboardResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


162
# File 'sig/client.rbs', line 162

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


167
# File 'sig/client.rbs', line 167

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


164
# File 'sig/client.rbs', line 164

def description: () -> ::String

#name::String

Returns:

  • (::String)


163
# File 'sig/client.rbs', line 163

def name: () -> ::String

#type"CUSTOM"

Returns:

  • ("CUSTOM")


165
# File 'sig/client.rbs', line 165

def type: () -> ("CUSTOM")

#updated_at::Time

Returns:

  • (::Time)


168
# File 'sig/client.rbs', line 168

def updated_at: () -> ::Time

#widgets::Array[Types::Widget]

Returns:



166
# File 'sig/client.rbs', line 166

def widgets: () -> ::Array[Types::Widget]