Class: Aws::Types::Accessor

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)


22
23
24
# File 'sig/types.rbs', line 22

def arn
  @arn
end

#billing_token ⇒ ::String

Returns the value of attribute billing_token.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def billing_token
  @billing_token
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


21
22
23
# File 'sig/types.rbs', line 21

def creation_date
  @creation_date
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def id
  @id
end

#network_type ⇒ "ETHEREUM_GOERLI", ...

Returns the value of attribute network_type.

Returns:

  • ("ETHEREUM_GOERLI", "ETHEREUM_MAINNET", "ETHEREUM_MAINNET_AND_GOERLI", "POLYGON_MAINNET", "POLYGON_MUMBAI")


24
25
26
# File 'sig/types.rbs', line 24

def network_type
  @network_type
end

#status ⇒ "AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "PENDING_DELETION", "DELETED")


20
21
22
# File 'sig/types.rbs', line 20

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


23
24
25
# File 'sig/types.rbs', line 23

def tags
  @tags
end

#type ⇒ "BILLING_TOKEN"

Returns the value of attribute type.

Returns:

  • ("BILLING_TOKEN")


18
19
20
# File 'sig/types.rbs', line 18

def type
  @type
end