Class: Aws::Route53GlobalResolver::Types::GetAccessSourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GetAccessSourceOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the access source.
-
#cidr ⇒ String
The IP range for the rule's parameters in CIDR notation.
-
#created_at ⇒ Time
The time and date the rule was created.
-
#dns_view_id ⇒ String
ID for the DNS view that the rule is associated to.
-
#id ⇒ String
ID for the rule.
-
#ip_address_type ⇒ String
The IP address type.
-
#name ⇒ String
Name for the access source.
-
#protocol ⇒ String
The protocol determines how data is transmitted to a Global Resolver instance.
-
#status ⇒ String
Information about the status of the rule.
-
#updated_at ⇒ Time
The time and date the access source was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access source.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
The IP range for the rule's parameters in CIDR notation.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time and date the rule was created.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dns_view_id ⇒ String
ID for the DNS view that the rule is associated to.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID for the rule.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The IP address type.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name for the access source.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol determines how data is transmitted to a Global Resolver instance.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Information about the status of the rule.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time and date the access source was updated.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2517 class GetAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |