Class: Aws::Types::CreateAgreementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgreementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role ⇒ ::String
Returns the value of attribute access_role.
-
#base_directory ⇒ ::String
Returns the value of attribute base_directory.
-
#custom_directories ⇒ Types::CustomDirectoriesType
Returns the value of attribute custom_directories.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enforce_message_signing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enforce_message_signing.
-
#local_profile_id ⇒ ::String
Returns the value of attribute local_profile_id.
-
#partner_profile_id ⇒ ::String
Returns the value of attribute partner_profile_id.
-
#preserve_filename ⇒ "ENABLED", "DISABLED"
Returns the value of attribute preserve_filename.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
99 100 101 |
# File 'sig/types.rbs', line 99 def access_role @access_role end |
#base_directory ⇒ ::String
Returns the value of attribute base_directory.
98 99 100 |
# File 'sig/types.rbs', line 98 def base_directory @base_directory end |
#custom_directories ⇒ Types::CustomDirectoriesType
Returns the value of attribute custom_directories.
104 105 106 |
# File 'sig/types.rbs', line 104 def custom_directories @custom_directories end |
#description ⇒ ::String
Returns the value of attribute description.
94 95 96 |
# File 'sig/types.rbs', line 94 def description @description end |
#enforce_message_signing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enforce_message_signing.
103 104 105 |
# File 'sig/types.rbs', line 103 def @enforce_message_signing end |
#local_profile_id ⇒ ::String
Returns the value of attribute local_profile_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def local_profile_id @local_profile_id end |
#partner_profile_id ⇒ ::String
Returns the value of attribute partner_profile_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def partner_profile_id @partner_profile_id end |
#preserve_filename ⇒ "ENABLED", "DISABLED"
Returns the value of attribute preserve_filename.
102 103 104 |
# File 'sig/types.rbs', line 102 def preserve_filename @preserve_filename end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def server_id @server_id end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
100 101 102 |
# File 'sig/types.rbs', line 100 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
101 102 103 |
# File 'sig/types.rbs', line 101 def @tags end |