Class: Aws::Types::GetResourceDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceDashboardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "SESSION"
Returns the value of attribute resource_type.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
187 188 189 |
# File 'sig/types.rbs', line 187 def application_id @application_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def resource_id @resource_id end |
#resource_type ⇒ "SESSION"
Returns the value of attribute resource_type.
189 190 191 |
# File 'sig/types.rbs', line 189 def resource_type @resource_type end |