Module: Aws::BCMDashboards::Client::_GetDashboardResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDashboardResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #type ⇒ "CUSTOM"
- #updated_at ⇒ ::Time
- #widgets ⇒ ::Array[Types::Widget]
Instance Method Details
#arn ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def arn: () -> ::String
|
#created_at ⇒ ::Time
167 |
# File 'sig/client.rbs', line 167
def created_at: () -> ::Time
|
#description ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def description: () -> ::String
|
#name ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def name: () -> ::String
|
#type ⇒ "CUSTOM"
165 |
# File 'sig/client.rbs', line 165
def type: () -> ("CUSTOM")
|
#updated_at ⇒ ::Time
168 |
# File 'sig/client.rbs', line 168
def updated_at: () -> ::Time
|
#widgets ⇒ ::Array[Types::Widget]
166 |
# File 'sig/client.rbs', line 166
def widgets: () -> ::Array[Types::Widget]
|