Class: Aws::Types::DescribedAgreement
- Inherits:
-
Object
- Object
- Aws::Types::DescribedAgreement
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
481 482 483 |
# File 'sig/types.rbs', line 481 def access_role @access_role end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def agreement_id @agreement_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
473 474 475 |
# File 'sig/types.rbs', line 473 def arn @arn end |
#base_directory ⇒ ::String
Returns the value of attribute base_directory.
480 481 482 |
# File 'sig/types.rbs', line 480 def base_directory @base_directory end |
#custom_directories ⇒ Types::CustomDirectoriesType
Returns the value of attribute custom_directories.
485 486 487 |
# File 'sig/types.rbs', line 485 def custom_directories @custom_directories end |
#description ⇒ ::String
Returns the value of attribute description.
475 476 477 |
# File 'sig/types.rbs', line 475 def description @description end |
#enforce_message_signing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enforce_message_signing.
484 485 486 |
# File 'sig/types.rbs', line 484 def end |
#local_profile_id ⇒ ::String
Returns the value of attribute local_profile_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def local_profile_id @local_profile_id end |
#partner_profile_id ⇒ ::String
Returns the value of attribute partner_profile_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def partner_profile_id @partner_profile_id end |
#preserve_filename ⇒ "ENABLED", "DISABLED"
Returns the value of attribute preserve_filename.
483 484 485 |
# File 'sig/types.rbs', line 483 def preserve_filename @preserve_filename end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
477 478 479 |
# File 'sig/types.rbs', line 477 def server_id @server_id end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
476 477 478 |
# File 'sig/types.rbs', line 476 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
482 483 484 |
# File 'sig/types.rbs', line 482 def end |