Class: Aws::Types::GetDashboardEmbedUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDashboardEmbedUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_dashboard_ids ⇒ ::Array[::String]
Returns the value of attribute additional_dashboard_ids.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#identity_type ⇒ "IAM", ...
Returns the value of attribute identity_type.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#reset_disabled ⇒ Boolean
Returns the value of attribute reset_disabled.
-
#session_lifetime_in_minutes ⇒ ::Integer
Returns the value of attribute session_lifetime_in_minutes.
-
#state_persistence_enabled ⇒ Boolean
Returns the value of attribute state_persistence_enabled.
-
#undo_redo_disabled ⇒ Boolean
Returns the value of attribute undo_redo_disabled.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
Instance Attribute Details
#additional_dashboard_ids ⇒ ::Array[::String]
Returns the value of attribute additional_dashboard_ids.
6370 6371 6372 |
# File 'sig/types.rbs', line 6370 def additional_dashboard_ids @additional_dashboard_ids end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6361 6362 6363 |
# File 'sig/types.rbs', line 6361 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
6362 6363 6364 |
# File 'sig/types.rbs', line 6362 def dashboard_id @dashboard_id end |
#identity_type ⇒ "IAM", ...
Returns the value of attribute identity_type.
6363 6364 6365 |
# File 'sig/types.rbs', line 6363 def identity_type @identity_type end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
6369 6370 6371 |
# File 'sig/types.rbs', line 6369 def namespace @namespace end |
#reset_disabled ⇒ Boolean
Returns the value of attribute reset_disabled.
6366 6367 6368 |
# File 'sig/types.rbs', line 6366 def reset_disabled @reset_disabled end |
#session_lifetime_in_minutes ⇒ ::Integer
Returns the value of attribute session_lifetime_in_minutes.
6364 6365 6366 |
# File 'sig/types.rbs', line 6364 def session_lifetime_in_minutes @session_lifetime_in_minutes end |
#state_persistence_enabled ⇒ Boolean
Returns the value of attribute state_persistence_enabled.
6367 6368 6369 |
# File 'sig/types.rbs', line 6367 def state_persistence_enabled @state_persistence_enabled end |
#undo_redo_disabled ⇒ Boolean
Returns the value of attribute undo_redo_disabled.
6365 6366 6367 |
# File 'sig/types.rbs', line 6365 def undo_redo_disabled @undo_redo_disabled end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
6368 6369 6370 |
# File 'sig/types.rbs', line 6368 def user_arn @user_arn end |