Class: Aws::Types::AnalyzedResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzedResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
-
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def resource_arn @resource_arn end |
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
108 109 110 |
# File 'sig/types.rbs', line 108 def resource_owner_account @resource_owner_account end |
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
109 110 111 |
# File 'sig/types.rbs', line 109 def resource_type @resource_type end |