Class: Aws::Types::UpdateLocationObjectStorageRequest

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)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def access_key
  @access_key
end

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


1086
1087
1088
# File 'sig/types.rbs', line 1086

def agent_arns
  @agent_arns
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



1088
1089
1090
# File 'sig/types.rbs', line 1088

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



1089
1090
1091
# File 'sig/types.rbs', line 1089

def custom_secret_config
  @custom_secret_config
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def location_arn
  @location_arn
end

#secret_key::String

Returns the value of attribute secret_key.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def secret_key
  @secret_key
end

#server_certificate::String

Returns the value of attribute server_certificate.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def server_certificate
  @server_certificate
end

#server_hostname::String

Returns the value of attribute server_hostname.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def server_hostname
  @server_hostname
end

#server_port::Integer

Returns the value of attribute server_port.

Returns:

  • (::Integer)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def server_port
  @server_port
end

#server_protocol"HTTPS", "HTTP"

Returns the value of attribute server_protocol.

Returns:

  • ("HTTPS", "HTTP")


1081
1082
1083
# File 'sig/types.rbs', line 1081

def server_protocol
  @server_protocol
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def subdirectory
  @subdirectory
end