Class: Aws::Types::GetServiceNetworkResourceAssociationResponse

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:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


672
673
674
# File 'sig/types.rbs', line 672

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def created_by
  @created_by
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def dns_entry
  @dns_entry
end

#domain_verification_status"VERIFIED", ...

Returns the value of attribute domain_verification_status.

Returns:

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


686
687
688
# File 'sig/types.rbs', line 686

def domain_verification_status
  @domain_verification_status
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def failure_reason
  @failure_reason
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def id
  @id
end

#is_managed_associationBoolean

Returns the value of attribute is_managed_association.

Returns:

  • (Boolean)


685
686
687
# File 'sig/types.rbs', line 685

def is_managed_association
  @is_managed_association
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


681
682
683
# File 'sig/types.rbs', line 681

def last_updated_at
  @last_updated_at
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


683
684
685
# File 'sig/types.rbs', line 683

def private_dns_enabled
  @private_dns_enabled
end

#private_dns_entryTypes::DnsEntry

Returns the value of attribute private_dns_entry.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def private_dns_entry
  @private_dns_entry
end

#resource_configuration_arn::String

Returns the value of attribute resource_configuration_arn.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def resource_configuration_arn
  @resource_configuration_arn
end

#resource_configuration_id::String

Returns the value of attribute resource_configuration_id.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def resource_configuration_id
  @resource_configuration_id
end

#resource_configuration_name::String

Returns the value of attribute resource_configuration_name.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def resource_configuration_name
  @resource_configuration_name
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def service_network_arn
  @service_network_arn
end

#service_network_id::String

Returns the value of attribute service_network_id.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def service_network_id
  @service_network_id
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def service_network_name
  @service_network_name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


670
671
672
# File 'sig/types.rbs', line 670

def status
  @status
end