Class: Aws::Types::GetResourceConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_association_to_shareable_service_networkBoolean

Returns the value of attribute allow_association_to_shareable_service_network.

Returns:

  • (Boolean)


587
588
589
# File 'sig/types.rbs', line 587

def allow_association_to_shareable_service_network
  @allow_association_to_shareable_service_network
end

#amazon_managedBoolean

Returns the value of attribute amazon_managed.

Returns:

  • (Boolean)


594
595
596
# File 'sig/types.rbs', line 594

def amazon_managed
  @amazon_managed
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


593
594
595
# File 'sig/types.rbs', line 593

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def custom_domain_name
  @custom_domain_name
end

#domain_verification_arn::String

Returns the value of attribute domain_verification_arn.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def domain_verification_arn
  @domain_verification_arn
end

#domain_verification_id::String

Returns the value of attribute domain_verification_id.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def domain_verification_id
  @domain_verification_id
end

#domain_verification_status"VERIFIED", ...

Returns the value of attribute domain_verification_status.

Returns:

  • ("VERIFIED", "PENDING", "VERIFICATION_TIMED_OUT")


599
600
601
# File 'sig/types.rbs', line 599

def domain_verification_status
  @domain_verification_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def failure_reason
  @failure_reason
end

#group_domain::String

Returns the value of attribute group_domain.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def group_domain
  @group_domain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


596
597
598
# File 'sig/types.rbs', line 596

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def name
  @name
end

#port_ranges::Array[::String]

Returns the value of attribute port_ranges.

Returns:

  • (::Array[::String])


588
589
590
# File 'sig/types.rbs', line 588

def port_ranges
  @port_ranges
end

#protocol"TCP"

Returns the value of attribute protocol.

Returns:

  • ("TCP")


589
590
591
# File 'sig/types.rbs', line 589

def protocol
  @protocol
end

#resource_configuration_definitionTypes::ResourceConfigurationDefinition

Returns the value of attribute resource_configuration_definition.



592
593
594
# File 'sig/types.rbs', line 592

def resource_configuration_definition
  @resource_configuration_definition
end

#resource_configuration_group_id::String

Returns the value of attribute resource_configuration_group_id.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def resource_configuration_group_id
  @resource_configuration_group_id
end

#resource_gateway_id::String

Returns the value of attribute resource_gateway_id.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def resource_gateway_id
  @resource_gateway_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


591
592
593
# File 'sig/types.rbs', line 591

def status
  @status
end

#type"GROUP", ...

Returns the value of attribute type.

Returns:

  • ("GROUP", "CHILD", "SINGLE", "ARN")


586
587
588
# File 'sig/types.rbs', line 586

def type
  @type
end