Class: Aws::Types::Attachment
- Inherits:
-
Object
- Object
- Aws::Types::Attachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
Instance Attribute Details
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
113 114 115 |
# File 'sig/types.rbs', line 113 def created_time @created_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
112 113 114 |
# File 'sig/types.rbs', line 112 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
109 110 111 |
# File 'sig/types.rbs', line 109 def name @name end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
110 111 112 |
# File 'sig/types.rbs', line 110 def principals @principals end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
111 112 113 |
# File 'sig/types.rbs', line 111 def resources @resources end |