Class: Aws::Types::StaticIp

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



2961
2962
2963
# File 'sig/types.rbs', line 2961

def arn
  @arn
end

#attached_to::String

Returns the value of attribute attached_to.

Returns:



2967
2968
2969
# File 'sig/types.rbs', line 2967

def attached_to
  @attached_to
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



2963
2964
2965
# File 'sig/types.rbs', line 2963

def created_at
  @created_at
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:



2966
2967
2968
# File 'sig/types.rbs', line 2966

def ip_address
  @ip_address
end

#is_attachedBoolean

Returns the value of attribute is_attached.

Returns:



2968
2969
2970
# File 'sig/types.rbs', line 2968

def is_attached
  @is_attached
end

#locationTypes::ResourceLocation

Returns the value of attribute location.

Returns:



2964
2965
2966
# File 'sig/types.rbs', line 2964

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



2960
2961
2962
# File 'sig/types.rbs', line 2960

def name
  @name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.

Returns:



2965
2966
2967
# File 'sig/types.rbs', line 2965

def resource_type
  @resource_type
end

#support_code::String

Returns the value of attribute support_code.

Returns:



2962
2963
2964
# File 'sig/types.rbs', line 2962

def support_code
  @support_code
end