Class: Aws::Types::CreateAgreementRequest

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)


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.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def base_directory
  @base_directory
end

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

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


103
104
105
# File 'sig/types.rbs', line 103

def enforce_message_signing
  @enforce_message_signing
end

#local_profile_id::String

Returns the value of attribute local_profile_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def server_id
  @server_id
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


100
101
102
# File 'sig/types.rbs', line 100

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def tags
  @tags
end