Class: Aws::Types::DescribedAgreement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_role::String

Returns the value of attribute access_role.

Returns:

  • (::String)


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.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def agreement_id
  @agreement_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def arn
  @arn
end

#base_directory::String

Returns the value of attribute base_directory.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def base_directory
  @base_directory
end

#custom_directoriesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


484
485
486
# File 'sig/types.rbs', line 484

def enforce_message_signing
  @enforce_message_signing
end

#local_profile_id::String

Returns the value of attribute local_profile_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def server_id
  @server_id
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


476
477
478
# File 'sig/types.rbs', line 476

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def tags
  @tags
end