Class: Aws::Types::Metadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sender_ip_address])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set::String

Returns the value of attribute configuration_set.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def configuration_set
  @configuration_set
end

#ingress_point_id::String

Returns the value of attribute ingress_point_id.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def ingress_point_id
  @ingress_point_id
end

#rule_set_id::String

Returns the value of attribute rule_set_id.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def rule_set_id
  @rule_set_id
end

#sender_hostname::String

Returns the value of attribute sender_hostname.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def sender_hostname
  @sender_hostname
end

#sender_ip_address::String

Returns the value of attribute sender_ip_address.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def sender_ip_address
  @sender_ip_address
end

#sending_method::String

Returns the value of attribute sending_method.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def sending_method
  @sending_method
end

#sending_pool::String

Returns the value of attribute sending_pool.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def sending_pool
  @sending_pool
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def source_arn
  @source_arn
end

#source_identity::String

Returns the value of attribute source_identity.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def source_identity
  @source_identity
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


971
972
973
# File 'sig/types.rbs', line 971

def timestamp
  @timestamp
end

#tls_cipher_suite::String

Returns the value of attribute tls_cipher_suite.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def tls_cipher_suite
  @tls_cipher_suite
end

#tls_protocol::String

Returns the value of attribute tls_protocol.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def tls_protocol
  @tls_protocol
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def traffic_policy_id
  @traffic_policy_id
end