Class: Aws::Types::GetNetworkResourceRelationshipsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def 
  @account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def aws_region
  @aws_region
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def core_network_id
  @core_network_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def global_network_id
  @global_network_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def next_token
  @next_token
end

#registered_gateway_arn ⇒ ::String

Returns the value of attribute registered_gateway_arn.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def registered_gateway_arn
  @registered_gateway_arn
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def resource_arn
  @resource_arn
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def resource_type
  @resource_type
end