Class: Aws::Types::CreateLocationObjectStorageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_key])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key::String

Returns the value of attribute access_key.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def access_key
  @access_key
end

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


193
194
195
# File 'sig/types.rbs', line 193

def agent_arns
  @agent_arns
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def bucket_name
  @bucket_name
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



196
197
198
# File 'sig/types.rbs', line 196

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



197
198
199
# File 'sig/types.rbs', line 197

def custom_secret_config
  @custom_secret_config
end

#secret_key::String

Returns the value of attribute secret_key.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def secret_key
  @secret_key
end

#server_certificate::String

Returns the value of attribute server_certificate.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def server_certificate
  @server_certificate
end

#server_hostname::String

Returns the value of attribute server_hostname.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def server_hostname
  @server_hostname
end

#server_port::Integer

Returns the value of attribute server_port.

Returns:

  • (::Integer)


187
188
189
# File 'sig/types.rbs', line 187

def server_port
  @server_port
end

#server_protocol"HTTPS", "HTTP"

Returns the value of attribute server_protocol.

Returns:

  • ("HTTPS", "HTTP")


188
189
190
# File 'sig/types.rbs', line 188

def server_protocol
  @server_protocol
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def tags
  @tags
end