Class: Aws::Types::AnalyzedResource
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#analyzed_at ⇒ ::Time
Returns the value of attribute analyzed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#is_public ⇒ Boolean
Returns the value of attribute is_public.
-
#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.
-
#shared_via ⇒ ::Array[::String]
Returns the value of attribute shared_via.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
98 99 100 |
# File 'sig/types.rbs', line 98 def actions @actions end |
#analyzed_at ⇒ ::Time
Returns the value of attribute analyzed_at.
95 96 97 |
# File 'sig/types.rbs', line 95 def analyzed_at @analyzed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
94 95 96 |
# File 'sig/types.rbs', line 94 def created_at @created_at end |
#error ⇒ ::String
Returns the value of attribute error.
102 103 104 |
# File 'sig/types.rbs', line 102 def error @error end |
#is_public ⇒ Boolean
Returns the value of attribute is_public.
97 98 99 |
# File 'sig/types.rbs', line 97 def is_public @is_public end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def resource_arn @resource_arn end |
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
101 102 103 |
# File 'sig/types.rbs', line 101 def resource_owner_account @resource_owner_account end |
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def resource_type @resource_type end |
#shared_via ⇒ ::Array[::String]
Returns the value of attribute shared_via.
99 100 101 |
# File 'sig/types.rbs', line 99 def shared_via @shared_via end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
100 101 102 |
# File 'sig/types.rbs', line 100 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
96 97 98 |
# File 'sig/types.rbs', line 96 def updated_at @updated_at end |