Class: Aws::Types::Metadata
- Inherits:
-
Object
- Object
- Aws::Types::Metadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
-
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
-
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
-
#sender_hostname ⇒ ::String
Returns the value of attribute sender_hostname.
-
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
-
#sending_method ⇒ ::String
Returns the value of attribute sending_method.
-
#sending_pool ⇒ ::String
Returns the value of attribute sending_pool.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_identity ⇒ ::String
Returns the value of attribute source_identity.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#tls_cipher_suite ⇒ ::String
Returns the value of attribute tls_cipher_suite.
-
#tls_protocol ⇒ ::String
Returns the value of attribute tls_protocol.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
Instance Attribute Details
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
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.
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.
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.
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.
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.
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.
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.
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.
980 981 982 |
# File 'sig/types.rbs', line 980 def source_identity @source_identity end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
971 972 973 |
# File 'sig/types.rbs', line 971 def end |
#tls_cipher_suite ⇒ ::String
Returns the value of attribute tls_cipher_suite.
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.
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.
973 974 975 |
# File 'sig/types.rbs', line 973 def traffic_policy_id @traffic_policy_id end |