Class: Aws::Types::DescribeLocationObjectStorageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key::String

Returns the value of attribute access_key.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def access_key
  @access_key
end

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


458
459
460
# File 'sig/types.rbs', line 458

def agent_arns
  @agent_arns
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



462
463
464
# File 'sig/types.rbs', line 462

def cmk_secret_config
  @cmk_secret_config
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


459
460
461
# File 'sig/types.rbs', line 459

def creation_time
  @creation_time
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



463
464
465
# File 'sig/types.rbs', line 463

def custom_secret_config
  @custom_secret_config
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def location_uri
  @location_uri
end

#managed_secret_configTypes::ManagedSecretConfig

Returns the value of attribute managed_secret_config.



461
462
463
# File 'sig/types.rbs', line 461

def managed_secret_config
  @managed_secret_config
end

#server_certificate::String

Returns the value of attribute server_certificate.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def server_certificate
  @server_certificate
end

#server_port::Integer

Returns the value of attribute server_port.

Returns:

  • (::Integer)


456
457
458
# File 'sig/types.rbs', line 456

def server_port
  @server_port
end

#server_protocol"HTTPS", "HTTP"

Returns the value of attribute server_protocol.

Returns:

  • ("HTTPS", "HTTP")


457
458
459
# File 'sig/types.rbs', line 457

def server_protocol
  @server_protocol
end