Class: Aws::Types::CreateFolderMembershipResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFolderMembershipResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#folder_member ⇒ Types::FolderMember
Returns the value of attribute folder_member.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#folder_member ⇒ Types::FolderMember
Returns the value of attribute folder_member.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def folder_member @folder_member end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def status @status end |