Class: Aws::Types::UpdateAgreementRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgreementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role ⇒ ::String
Returns the value of attribute access_role.
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#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.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def access_role @access_role end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def agreement_id @agreement_id end |
#base_directory ⇒ ::String
Returns the value of attribute base_directory.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def base_directory @base_directory end |
#custom_directories ⇒ Types::CustomDirectoriesType
Returns the value of attribute custom_directories.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def custom_directories @custom_directories end |
#description ⇒ ::String
Returns the value of attribute description.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def description @description end |
#enforce_message_signing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enforce_message_signing.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def @enforce_message_signing end |
#local_profile_id ⇒ ::String
Returns the value of attribute local_profile_id.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def local_profile_id @local_profile_id end |
#partner_profile_id ⇒ ::String
Returns the value of attribute partner_profile_id.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def partner_profile_id @partner_profile_id end |
#preserve_filename ⇒ "ENABLED", "DISABLED"
Returns the value of attribute preserve_filename.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def preserve_filename @preserve_filename end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def server_id @server_id end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def status @status end |