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.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def folder_member @folder_member end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def status @status end |