Class: Aws::Types::DiscoveredResource
- Inherits:
-
Object
- Object
- Aws::Types::DiscoveredResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
196 197 198 |
# File 'sig/types.rbs', line 196 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
195 196 197 |
# File 'sig/types.rbs', line 195 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
193 194 195 |
# File 'sig/types.rbs', line 193 def uri @uri end |